Fixup #13923 (help and documentation for --premium=misra-c-2025)#7588
Merged
danmar merged 1 commit intocppcheck-opensource:mainfrom Jun 12, 2025
Merged
Fixup #13923 (help and documentation for --premium=misra-c-2025)#7588danmar merged 1 commit intocppcheck-opensource:mainfrom
danmar merged 1 commit intocppcheck-opensource:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the documentation and CLI help messages to support and document the new Misra C 2025 checker and adds shorthand options for CERT C standards.
- Added a new section in the manual to activate Misra C 2025 checkers and updated licensing information.
- Updated the CLI parser to include new options ("cert-c" and "cert-c++") and added a corresponding entry in the help text for Misra C 2025.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| man/manual-premium.md | Added section for Misra C 2025 checkers and updated licensing info. |
| cli/cmdlineparser.cpp | Included new certificate options and updated help message for Misra C 2025. |
Comments suppressed due to low confidence (2)
man/manual-premium.md:1283
- Consider providing a brief summary of the key differences between individual and enterprise licenses alongside the URL to help users quickly understand the changes.
Information about Cppcheck Premium licenses:
cli/cmdlineparser.cpp:1145
- For consistency, consider adding brief descriptive comments for the 'cert-c' and 'cert-c++' options similar to the other options in the help output to enhance clarity.
"cert-c",
olabetskyi
approved these changes
Jun 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.